06. Installing eksctl
eksctl
eksctl: A command line tool which greatly simplifies EKS cluster creation
FSND C4 L2 A06 Eksctl
recap
eksctl Installation
- Latest Linux:
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
sudo mv /tmp/eksctl /usr/local/bin
- Mac using Homebrew :
brew tap weaveworks/tap
brew install weaveworks/tap/eksctl
- Windows using Chocolatey :
chocolatey install eksctl
For more installation information see the installation instructions here .
EKSCTL Problem set
SOLUTION:
- Creating EKS clusters